home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / wf314.zip / WF311DOC.ZIP / DOCS / WF.B < prev    next >
Text File  |  1992-01-31  |  26KB  |  605 lines

  1. .f3                              - # -     Appendix B - Miscellaneous Utilities
  2. .rm70
  3. .tc
  4. .tc1
  5. .tc B. MISCELLANEOUS UTILITIES ............................#
  6. APPENDIX B   MISCELLANEOUS UTILITIES
  7.  
  8. This appendix discusses some of the utilities that are supplied with
  9. Word Fugue.
  10.  
  11. .tc    FI - File Descriptions Utility .....................#
  12. FI - File Descriptions Utility
  13.  
  14. If you are using File Descriptions, and you do not have 4Dos, then you
  15. need this program to support your file descriptions outside of Word
  16. Fugue. It acts like a replacement for the DOS DIR command. It displays
  17. a browse list of files, and allows the addition of descriptions to
  18. files in full screen mode. Press Return to edit the description of
  19. highlighted file. The descriptions are stored in file FILEINFO.WF in
  20. the directory being browsed. The list can be scrolled up and down by
  21. use of the cursor keys.
  22.  
  23. Filename  : FI.EXE
  24.  
  25. Syntax    : FI <mask> /H/S/D/R/A/P/G/B/C/Q/I/1
  26.          or FI /H/S/D/R/A/P/G/B/C/Q/I/1 <mask>
  27.  
  28. Parameters:
  29.  
  30.     <mask> directory mask with wildcards * or ? (eg b:e*.t??)
  31.     as for DOS wild cards.
  32.  
  33.     /H - include Hidden files
  34.  
  35.     /S - include System files
  36.  
  37.     /D - include Directories
  38.  
  39.     /R - include read only files
  40.  
  41.     /A - all files - use this instead of /H/S/R/D
  42.  
  43.     /P - pack the description file. As you add descriptions, delete
  44.          files and so on, the description file will slowly accumulate
  45.          garbage as descriptions build up that no longer relate to
  46.          files. This option compares the file contents against the
  47.          disk directory, and removes all entries that are not used.
  48.  
  49.     /G - use generic Bios calls. If your computer is not fully IBM
  50.          compatible, you may find that the screen does not appear to
  51.          work with programs that write directly to it. This parameter
  52.          tells the program to use Bios for access to the screen. This
  53.          is slower, but should always work.
  54.  
  55.     /B - use black and white colours. Some computers have colour cards
  56.          connected to mono monitors, and can fool programs
  57.          into thinking that the screen is capable of colour when it
  58.          isn't. This option tells the program to use black and white
  59.          colour regardless of what it believes the screen is capable
  60.          of.
  61.  
  62. .cp5
  63.     /C - clear screen at exit. This option clears the screen after the
  64.          program terminates. Otherwise it will not clear the screen,
  65.          and the list of files will scroll up a few lines.
  66.  
  67.     /Q - old CGA monitor - eliminate snow by waiting for a vertical
  68.          retrace.
  69.  
  70.     /I - convert old INFO.DIR file - if you subscribed to our earlier
  71.          utility INFO.EXE to record file descriptions, then this
  72.          option will read the INFO.DIR file in the current directory
  73.          and produce a FILEINFO.WF file in the current directory. If
  74.          you never used this utility, you will never need this option!
  75.  
  76.     /1 - use alternate colours instead of the default colour set. Some
  77.          colours are easy on the eye, but hard to see on certain
  78.          monitors. If you don't like our standard set, try this one.
  79.  
  80.  
  81. .pa
  82. .tc    WF_2_4D - Convert FILEINFO To 4DOS Format ..........#
  83. WF_2_4D - Convert FILEINFO To 4DOS Format
  84.  
  85. If you do convert to 4DOS, and you have been using file descriptions,
  86. then this utility will convert your descriptions from Word Fugue's
  87. proprietary FILEINFO.WF files to DESCRIPT.ION files.
  88.  
  89. It only works in the current directory. If the 4Dos description file
  90. exists, the descriptions from FILEINFO.WF are added to the end. Since
  91. 4Dos restricts you to 40 characters of description, the conversion
  92. program truncates longer descriptions. You should edit them first
  93. using either WF or FI, and then run the conversion.
  94.  
  95. If you already had a DESCRIPT.ION file, then after the conversion is
  96. finished, you should use WF to edit the file and verify that entries
  97. are not duplicated. Simply delete the duplicated line.
  98.  
  99. Filename  : WF_2_4D.EXE
  100.  
  101. Syntax    : WF_2_4D
  102.  
  103. Parameters: none
  104. .pa
  105. .tc    WFLEXMGR - Dictionary Maintenance Program ..........#
  106. WFLEXMGR - Dictionary Maintenance Program
  107.  
  108. Changes may be made to the main dictionary by using the program
  109. WFLEXMGR. This program will either Add or Delete words from the
  110. dictionary, depending upon the input on its screen. It will always
  111. write a new dictionary, so as not to destroy the old one if things go
  112. wrong. Make sure you have enough disk space for 2 copies! You may
  113. allocate the new dictionary on another drive or directory. If the old
  114. and the new are in the same directory, and have the same name, the old
  115. will be renamed to a .BAK extension, otherwise it will simply write a
  116. new dictionary.
  117.  
  118.  
  119. ╔════════ SPELL FUGUE - Word Fugue Main Dictionary Maintenance V3.0 ═════════╗
  120. ║Source Dictionary : WF_MAIN.LEX__________________________________________   ║
  121. ║Target Dictionary : WF_MAIN.LEX                                             ║
  122. ║Add or Delete records: A       or C to convert dictionary formats           ║
  123. ║Change File: WF_AUX.DIC                                                     ║
  124. ║                                                                            ║
  125. ║                                                                            ║
  126. ║                                                                            ║
  127. ║                                                                            ║
  128. ║                                                                            ║
  129. ║                                                                            ║
  130. ║                                                                            ║
  131. ║                                                                            ║
  132. ║                                                                            ║
  133. ╚════════════════════════════════════════════════════════════════════════════╝
  134.  
  135.                  Fig B.1 - Dictionary Change Screen
  136. .tc1 Fig B.1 - Dictionary Change Screen ....................#
  137.  
  138.  
  139. The change file should have one word per line (like the auxiliary
  140. dictionary). The order of the words does not matter, since the
  141. maintenance program will sort the file first. All entries will be
  142. converted to lower case before being applied to the dictionary.
  143.  
  144. You cannot add and delete in the same run, so if you have
  145. inadvertently added a word which you subsequently find to have been
  146. spelled incorrectly, you must first delete the erroneous word by
  147. putting it in a change file spelled exactly as it is in the
  148. dictionary, and directing the program to Delete words contained in the
  149. change file. Once this run has finished, you can then add the
  150. correctly spelled word by placing it in a change file and directing
  151. the program to Add words from the specified change file.
  152.  
  153. It is also possible to use the program to convert the old format
  154. WF_MAIN.DIC file into the new format WF_MAIN.LEX file by setting the
  155. action to 'C' for Convert. In this case you will need about 700k disk
  156. space for the sort files as well as space for the new dictionary. If
  157. you run it on an XT at 4.7Mz, you can expect the process to take
  158. about an hour. You should not need to convert your old format
  159. dictionary unless you have added a large number of words to it.
  160.  
  161. .CP15
  162. Filename  : WFLEXMGR
  163.  
  164. Syntax    : WFLEXMGR
  165.  
  166. Parameters: /Q/B/G
  167.  
  168.     /G - use generic Bios calls. If your computer is not fully IBM
  169.          compatible, you may find that the screen does not appear to
  170.          work with programs that write directly to it. This parameter
  171.          tells the program to use Bios for access to the screen. This
  172.          is slower, but should always work.
  173.  
  174.     /B - use black and white colours. Some computers have colour cards
  175.          connected to mono monitors, and can fool programs
  176.          into thinking that the screen is capable of colour when it
  177.          isn't. This option tells the program to use black and white
  178.          colour regardless of what it believes the screen is capable
  179.          of.
  180.  
  181.     /Q - old CGA monit